GtkButtonBox doesn't do height-for-width
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Oct 2010 18:22:46 +0000 (14:22 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 30 Oct 2010 08:37:01 +0000 (17:37 +0900)
commit22d01c45cc7a033d5ca2623c5de6eb0ff2bd55cf
tree19736b83af622132c3ecb8ecf291a4e36c1ee875
parent1448111a581957b44ad82bb99558879642c5797b
GtkButtonBox doesn't do height-for-width

GtkButtonBox doesn't do height-for-width, therefore we should
explicitly set these methods to NULL instead of hoping that the
inherited GtkBox implementations work ok.
gtk/gtkbbox.c